JavaScript support for EditPlus consists of the following:

1. Cliptext files
-----------------
* JavaScript 1 - Language.ctl
* JavaScript 2 - Object Model.ctl
* JavaScript 3 - Document Object.ctl
* JavaScript 4 - Form Object.ctl
* JavaScript 5 - Build-In Objects.ctl

Copy the cliptext files in the EditPlus folder and modify the font of
the cliptext window through the Prefences window. The cliptext window
needs to use a fixed pitch font (for example: Courier New).

2. Auto completion file (js.acp)
--------------------------------
Copy js.acp in the EditPlus folder and modify the JavaScript settings
through the Preferences window. Make sure JavaScript files use js.acp

3. Syntax highlighting file (js.stx)
------------------------------------
Copy js.stx in the EditPlus folder and modify the syntax color
through the Preferences window. Preferred colors are:
* Reserved Words:       Blue
* Build-In Objects:     Red
* Operators:            Green
* Properties & Methods: Red
* Events:               Red
* Line comment:         Grey
* Block comment:        Grey
* Quotation:            Purple
* Quotation 2:          Purple

4. Document template file (template.js)
---------------------------------------
Copy template.js in the EditPlus folder and modify the templates
through the Preferences window. Add "JavaScript" menu text and
make sure the file path points to template.js

Stefan van As, 2000-05-01
mailto:svanas@xs4all.nl